1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{6CB00119-688F-42FA-9261-3874B1E3D44F}</ProjectGuid>
10 <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11 <OutputType>Library</OutputType>
12 <AppDesignerFolder>Properties</AppDesignerFolder>
13 <RootNamespace>CSASPNETShareSessionBetweenSubDomainsSite1</RootNamespace>
14 <AssemblyName>CSASPNETShareSessionBetweenSubDomainsSite1</AssemblyName>
15 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18 <DebugSymbols>true</DebugSymbols>
19 <DebugType>full</DebugType>
20 <Optimize>false</Optimize>
21 <OutputPath>bin\</OutputPath>
22 <DefineConstants>DEBUG;TRACE</DefineConstants>
23 <ErrorReport>prompt</ErrorReport>
24 <WarningLevel>4</WarningLevel>
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27 <DebugType>pdbonly</DebugType>
28 <Optimize>true</Optimize>
29 <OutputPath>bin\</OutputPath>
30 <DefineConstants>TRACE</DefineConstants>
31 <ErrorReport>prompt</ErrorReport>
32 <WarningLevel>4</WarningLevel>
35 <Reference Include="System.Web" />
36 <Reference Include="System" />
39 <Content Include="Default.aspx" />
40 <Content Include="Web.config" />
41 <Content Include="Web.Debug.config">
42 <DependentUpon>Web.config</DependentUpon>
44 <Content Include="Web.Release.config">
45 <DependentUpon>Web.config</DependentUpon>
49 <Compile Include="Default.aspx.cs">
50 <DependentUpon>Default.aspx</DependentUpon>
51 <SubType>ASPXCodeBehind</SubType>
53 <Compile Include="Default.aspx.designer.cs">
54 <DependentUpon>Default.aspx</DependentUpon>
56 <Compile Include="Properties\AssemblyInfo.cs" />
59 <ProjectReference Include="..\CSASPNETShareSessionBetweenSubDomainsModule\CSASPNETShareSessionBetweenSubDomainsModule.csproj">
60 <Project>{47861757-91B6-4F74-A198-A43544E2069B}</Project>
61 <Name>CSASPNETShareSessionBetweenSubDomainsModule</Name>
64 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
65 <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
68 <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
69 <WebProjectProperties>
70 <UseIIS>False</UseIIS>
71 <AutoAssignPort>True</AutoAssignPort>
72 <DevelopmentServerPort>20097</DevelopmentServerPort>
73 <DevelopmentServerVPath>/</DevelopmentServerVPath>
76 <NTLMAuthentication>False</NTLMAuthentication>
77 <UseCustomServer>False</UseCustomServer>
80 <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
81 </WebProjectProperties>
85 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86 Other similar extension points exist, see Microsoft.Common.targets.
87 <Target Name="BeforeBuild">
89 <Target Name="AfterBuild">